GrapeCity.ActiveReports.Chart.v12 アセンブリ > GrapeCity.ActiveReports.Chart 名前空間 > DoubleArray クラス > DoubleArray コンストラクタ : DoubleArray コンストラクタ(Double[],Boolean[]) |
配列のデータを指定します。
'宣言 Public Function New( _ ByVal data() As Double, _ ByVal isDateTime() As Boolean _ )
public DoubleArray( double[] data, bool[] isDateTime )
配列のデータを指定します。